home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
C_INTERF
/
INTERFAC
/
MAIN.H
< prev
next >
Wrap
Text File
|
1990-11-24
|
247b
|
11 lines
/* Interface for "main.c" */
/* Generated by "C Interface" utility version 1.2 */
/* Written by James Bucanek */
#ifndef _Cif_MAIN_C
#define _Cif_MAIN_C
#define MAX_PATH_NAME (255+1)
#define MAX_FILE_NAME (31+1)
extern void main( void );
#endif